home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form1
- Caption = "Form1"
- ClientHeight = 3150
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 7365
- Height = 3555
- Left = 1035
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- ScaleHeight = 3150
- ScaleWidth = 7365
- Top = 1140
- Width = 7485
- Sub Form_Click ()
- f$ = "###,###.0000"
- Test@ = 67812345.6789
- Temp@ = Coerce(Test@, 2)
- Print Format$(Test@, f$)
- End Sub
-